home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
PROGRAM
/
ALIB12.ARJ
/
EX02.EXE
/
WYSE.H
< prev
next >
Wrap
Text File
|
1991-07-08
|
365b
|
17 lines
/* Routine definitions. */
void clear_wyse_screen(int);
void initialize_testing(int);
char new_char(void);
void test_protected_mode(int);
void test_scr_attribs(int);
void test_scr_loc(int, int, int);
void test_scr_print(int, int, int);
/* Define statements. */
#define ESC_CODE "\x1b"
#ifndef GLOBAL
extern int long_version;
#endif
#undef GLOBAL